home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscString / MiscStringInspector.h < prev    next >
Text File  |  1995-04-12  |  200b  |  12 lines

  1. // Copyright (C) 1995 Don Yacktman
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscStringInspector : IBInspector <IBInspectors> 
  7. {
  8.     id stringText;
  9. }
  10.  
  11. @end
  12.